Interface HTTPResponse

All Superinterfaces:
Header, HTTPHeader, HTTPResponseHeader, IPCData, Pdu, Signal
All Known Subinterfaces:
HTTPsResponse
All Known Implementing Classes:
HTTPResponseImpl, HTTPsResponseImpl

public interface HTTPResponse extends HTTPResponseHeader
  • Method Details

    • getVersion

      String getVersion()
      Returns:
      String Returns a String
    • setVersion

      void setVersion(String version)
      Parameters:
      version - Takes in a parameter of version
    • getResponse

      HTTPType getResponse()
      Returns:
      HTTPType Returns a HTTPType
    • setResponse

      void setResponse(HTTPType response)
      Parameters:
      response - Takes in a parameter of response
    • getHttpResponseStatus

      HTTPResponseStatusType getHttpResponseStatus()
      Returns:
      HTTPResponseStatusType Returns a HTTPResponseStatusType
    • setHttpResponseStatus

      void setHttpResponseStatus(HTTPResponseStatusType httpResponseStatus)
      Parameters:
      httpResponseStatus - Takes in a parameter of httpResponseStatus